Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Conditional Namespace / ConditionalObjects.ConditionalItem<TItem,TObject,TExecutedResult> Class / Priority Property


In This Topic
    Priority Property (ConditionalObjects.ConditionalItem<TItem,TObject,TExecutedResult>)
    In This Topic
    Gets or sets the priority value of the conditional formatting rule. The priority determines the order of evaluation when multiple conditional formatting rules exist in a worksheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Priority As Integer
    'Usage
     
    
    Dim instance As ConditionalObjects.ConditionalItem(Of TItem,TObject,TExecutedResult)
    Dim value As Integer
     
    value = instance.Priority
    public int Priority {get;}

    Property Value

    The priority value of the conditional formatting rule.
    See Also